Has anyone created a service to set up new users accounts when someone is added to a security group in active directory? I understand that you can have folks accounts auto-provisioned when using SSO, but what that will not do is set up a users preferences for them. For example, I want each new user to have their notification settings for high urgency incidents to be the following:
- Receive a text immediately upon incident creation
- Wait 2 minutes and then call users cell phone.
Has anyone created a service that queries AD for new users and then runs a list of API calls to “set up” the users per some sort of base template? Any other ideas/suggestions to solving the problem?